home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Priority.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  266b

  1. {
  2.     "schema": {
  3.         "PriorityId": "Long Integer",
  4.         "Priority": "Text (30) NOT NULL",
  5.         "Hide": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "PriorityId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "PriorityId": 2,
  14.             "Priority": "Low",
  15.             "Hide": 0
  16.         },
  17.         {
  18.             "PriorityId": 3,
  19.             "Priority": "Medium",
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "PriorityId": 4,
  24.             "Priority": "High",
  25.             "Hide": 0
  26.         }
  27.     ]
  28. }